projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c47fae7
)
(command_loop_1): Fix misplaced assignment of last_point_position.
author
Karl Heuer
<kwzh@gnu.org>
Sat, 5 Mar 1994 03:58:45 +0000
(
03:58
+0000)
committer
Karl Heuer
<kwzh@gnu.org>
Sat, 5 Mar 1994 03:58:45 +0000
(
03:58
+0000)
src/keyboard.c
patch
|
blob
|
history
diff --git
a/src/keyboard.c
b/src/keyboard.c
index 42aaf82a1058f754f85f8fcb1dce4cf5f00e9834..24988923e70295d0383c2d74f1ad99937ba76eb1 100644
(file)
--- a/
src/keyboard.c
+++ b/
src/keyboard.c
@@
-909,7
+909,6
@@
command_loop_1 ()
no_redisplay = 0;
this_command_key_count = 0;
last_command = this_command;
- last_point_position = PT;
/* Make sure this hook runs after commands that get errors and
throw to top level. */
@@
-1035,6
+1034,7
@@
command_loop_1 ()
prev_buffer = current_buffer;
prev_modiff = MODIFF;
+ last_point_position = PT;
/* Execute the command. */